home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4.lha / doc / README.SSL < prev    next >
Text File  |  2002-09-18  |  1KB  |  48 lines

  1.             SSL support for EPIC
  2.             --------------------
  3.  
  4. Connecting
  5. ----------
  6.  
  7. In order to connect to an SSL-enabled server, a given server's "server-spec"
  8. must be defined correctly in order for /CONNECT to establish the connection.
  9.  
  10. Example:
  11.  
  12. <some SSL-enabled server>:<port>:<pass>:<nick>:<group>:IRC-SSL
  13.  
  14. (Please note that only the first and last fields are mandatory to establish
  15. an SSL connection.)
  16.  
  17. Alternatively, you may use the function $serverctl(SET <refnum> SSL) to change
  18. the connection strategy for a server that already exists in your server list.
  19.  
  20.  
  21. Scripting support
  22. -----------------
  23.  
  24. The function, cipher(), will return cipher type used in an already established
  25. SSL server connection.
  26.  
  27. The function, isencrypted(), is supplied to determine whether or not a given
  28. server connection is SSL-enabled or not.
  29.  
  30. The hook, SSL_SERVER_CERT, will return server certificate information (if any)
  31. after a server connection is established.  WARNING:  This is hook is subject
  32. to change in the future.  Please do not rely on the output you receive from
  33. this hook.  You have been warned.
  34.  
  35. A new status indicator, %|, has been added to show a server SSL/RAW connection
  36. status.
  37.  
  38.  
  39. Credits
  40. -------
  41.  
  42. Original SSL support for EPIC was written by Juraj Bednar.  You may find the
  43. details of that project at http://epicssl.sourceforge.net for the original
  44. source material.
  45.  
  46. Further modification was done by B. Thomas Frazier for inclusion into the
  47. regular distriubtion.
  48.